home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / DefineButton2_412 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-03-01  |  252 b   |  13 lines

  1. on(press){
  2.    if(_root.pausem.money < 1500)
  3.    {
  4.       _root.pausem.yuyan.gotoAndStop(8);
  5.       _root.pausem.jingzi.zui.gotoAndStop(9);
  6.    }
  7.    else
  8.    {
  9.       _root.pausem.yuyan.gotoAndStop(7);
  10.       _root.pausem.jingzi.zui.play();
  11.    }
  12. }
  13.